Skip to main content

Chatbot Dump Report

Type of Report -

Standard

Purpose of the Report -

This report is currently used by Vodafone only.

This report contains 2 worksheets-

i) chatbot dump : The purpose of this worksheet is mainly to fetch the basic details of the customer based on the user’s chatbot journey.

ii) msisdn query : This worksheet contains the information about the number of times a user asks about the query; i.e. it gives the count of each query a user asks in.

Detailed Description -

i) chatbot dump

Name of ColumnDescription of FieldWhere is the value fetched from
startDateConcat of start date and time of sessionstartDate (SessionInfo)
phoneMsisdn of customer'$userInfo.phone_no’(SessionInfo)
groupCustomer group

'$userInfo.customerGroup’

(SessionInfo)

brandBrand name(Vodafone)

$userInfo.company

(SessionInfo)

circleCircle namecalculated codewise based on circleName (SessionInfo)
platformPlatform name from where user enters bot except whatsapp

‘log_info.query.channelName’

(chat_sessions)

ii) msisdn query

Name of ColumnDescriptionWhere is the value fetched from

Date

Date when session is createdstartDate (SessionInfo)

Phone Number

Msisdn of customersessionInfo
QueryEvents fired when user asks any faq/queryevent_logs
CountCount of the each query user asks in a dayevent_logs

Example of Report -

Report-Link : https://docs.google.com/spreadsheets/d/1dQ8tD76i8xr7hnzM-okWfc0EdcEsF7HCLe9gVZqzdoM/edit?usp=sharing

Report Format -

Branch : development

Path : Reports/chatbotDumpReport.js

Aggregation -

Branch : development

Path : Reports/chatbotDumpReport.js